func runtime.evacuate_fast32

3 uses

	runtime (current package)
		map_fast32.go#L366: 	evacuate_fast32(t, h, bucket&h.oldbucketmask())
		map_fast32.go#L370: 		evacuate_fast32(t, h, h.nevacuate)
		map_fast32.go#L374: func evacuate_fast32(t *maptype, h *hmap, oldbucket uintptr) {